From: Niklas Laxström Date: Thu, 22 Sep 2011 16:00:33 +0000 (+0000) Subject: Parser test for bug 31098, disabled of course X-Git-Tag: 1.31.0-rc.0~27475 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=e4a34d5dbafb63d073209e1a6bef8010fe42d7e5;p=lhc%2Fweb%2Fwiklou.git Parser test for bug 31098, disabled of course --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 8ed3f2a2bc..232b7d4489 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -8770,6 +8770,35 @@ http://www.example.org/pic.png <-- U+3000 (vim: ^Vu3000)

!! end +!! article +Mediawiki:loop1 +!! text +{{Identical|A}} +!! endarticle + +!! article +Mediawiki:loop2 +!! text +{{Identical|B}} +!! endarticle + +!! article +Template:Identical +!! text +{{int:loop1}} +{{int:loop2}} +!! endarticle + +!! test +Bug 31098 Template which includes system messages which includes the template +!! options +disabled +!! input +{{Identical}} +!! result +... +!! end + TODO: more images more tables